reflect.uncommonType.xcount (field)
5 uses
reflect (current package)
type.go#L346: xcount uint16 // number of exported methods
type.go#L679: if t.xcount == 0 {
type.go#L682: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
type.go#L2684: ut.xcount = ut.mcount
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)